home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Basic4GL / Setup Basic4GL v2.3.3.exe / $INSTDIR / Basic4GL.exe / 0 / RCDATA / TNETEVENTFORM / TNETEVENTFORM.txt
Encoding:
Text File  |  2005-10-05  |  1.6 KB  |  83 lines

  1. object NetEventForm: TNetEventForm
  2.   Left = 259
  3.   Top = 141
  4.   Width = 379
  5.   Height = 335
  6.   Caption = 'Network Events'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 263
  19.     Width = 371
  20.     Height = 38
  21.     Align = alBottom
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     DesignSize = (
  25.       371
  26.       38)
  27.     object LoggingCheck: TCheckBox
  28.       Left = 8
  29.       Top = 8
  30.       Width = 97
  31.       Height = 17
  32.       Caption = 'Logging'
  33.       TabOrder = 0
  34.       OnClick = LoggingCheckClick
  35.     end
  36.     object ClearButton: TButton
  37.       Left = 291
  38.       Top = 8
  39.       Width = 75
  40.       Height = 25
  41.       Anchors = [akTop, akRight]
  42.       Caption = '&Clear'
  43.       TabOrder = 1
  44.       OnClick = ClearButtonClick
  45.     end
  46.   end
  47.   object Grid: TDrawGrid
  48.     Left = 0
  49.     Top = 0
  50.     Width = 371
  51.     Height = 263
  52.     Align = alClient
  53.     ColCount = 1
  54.     DefaultColWidth = 800
  55.     DefaultRowHeight = 17
  56.     FixedCols = 0
  57.     RowCount = 500
  58.     FixedRows = 0
  59.     PopupMenu = PopupMenu1
  60.     ScrollBars = ssVertical
  61.     TabOrder = 1
  62.     OnDrawCell = GridDrawCell
  63.   end
  64.   object Timer1: TTimer
  65.     Interval = 500
  66.     OnTimer = Timer1Timer
  67.     Left = 8
  68.     Top = 8
  69.   end
  70.   object PopupMenu1: TPopupMenu
  71.     Left = 88
  72.     Top = 8
  73.     object Copy1: TMenuItem
  74.       Caption = '&Copy to Clipboard'
  75.       OnClick = Copy1Click
  76.     end
  77.     object Clear1: TMenuItem
  78.       Caption = 'C&lear'
  79.       OnClick = Clear1Click
  80.     end
  81.   end
  82. end
  83.